home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / pc / Idea Source / main.dir / 00090_rollover 3.ls < prev    next >
Encoding:
Text File  |  1998-12-11  |  200 b   |  14 lines

  1. on mouseEnter
  2.   set the visible of sprite 3 to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave
  7.   set the visible of sprite 3 to 1
  8.   updateStage()
  9. end
  10.  
  11. on mouseDown
  12.   gotoNetPage("mailto:newmedia@dgusa.com")
  13. end
  14.